The settings of the audio file to be created. This property is read-only.
Syntax
settings = Converter.OutputSettings
Parameters
settings
Specifies a variable to receive an object which is used to change output
settings.
If the OutputFormat property is acWindowsMedia
an WMASettings object is returned.
If the OutputFormat property is acMP3 an MP3Settings object is returned.
Related Topics